Merged
Conversation
- Replaced the balance snapshots script with a new batch snapshot orchestrator for improved efficiency. - Increased batch size from 3 to 10 and reduced delay between batches from 15 to 5 seconds. - Updated failure notification to use a dedicated Discord webhook for better error tracking. - Removed deprecated balance snapshots script and related API endpoints to streamline the codebase.
- Updated error handling in the batch snapshot orchestrator to provide clearer error messages. - Modified wallet ID logging to display a truncated version for better readability in logs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Deleted the balance, snapshots, and wallets API endpoints to streamline the codebase. - Updated README to reflect the consolidation of snapshot functionality into a single endpoint. - Improved overall documentation clarity regarding the batch processing system.
- Updated endpoint to use parameters instead of body - Introduced a step to install script dependencies before running the snapshot orchestration. - Updated the orchestration command to use `npm start` instead of directly executing the script. - Improved failure notification logic to handle cases where the Discord webhook URL is not configured.
- Updated the dependency installation command from `npm ci` to `npm install` in the daily balance snapshots workflow for improved compatibility.
QSchlegel
approved these changes
Oct 8, 2025
Collaborator
QSchlegel
left a comment
There was a problem hiding this comment.
Good refactor to minimise data exposure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor(workflow): update daily balance snapshot orchestration